소스 검색
Add Okta as identity provider. (#254)
pull/259/head
umgelurgel
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
3개의 변경된 파일과
5개의 추가작업 그리고
0개의 파일을 삭제
-
diagrams/saas/identity.py
-
docs/nodes/saas.md
-
BIN
resources/saas/identity/okta.png
|
|
@@ -12,4 +12,8 @@ class Auth0(_Identity): |
|
|
|
_icon = "auth0.png" |
|
|
|
|
|
|
|
|
|
|
|
class Okta(_Identity): |
|
|
|
_icon = "okta.png" |
|
|
|
|
|
|
|
|
|
|
|
# Aliases |
|
|
@@ -27,6 +27,7 @@ Node classes list of saas provider. |
|
|
|
## saas.identity |
|
|
|
|
|
|
|
- **diagrams.saas.identity.Auth0** |
|
|
|
- **diagrams.saas.identity.Okta** |
|
|
|
|
|
|
|
## saas.logging |
|
|
|
|
|
|
|
Before
|
After
|
|
|
|
Width: 256
|
Height: 256
|
Size: 9.0 KiB
|