@@ -67,30 +67,39 @@ around identities, sessions, login, OAuth2, permissions, and more. The core comp
67
67
68
68
Ory Network incorporates the open-source [ Ory Kratos Identity Server] ( https://www.ory.sh/kratos ) and offers:
69
69
70
- - ** Self-service** flows are everything users do on their own / without the help of others:
71
- - Registration with passwords, social sign-in, OpenID Connect, .. .
72
- - Login with passwords, social sign-in, OpenID Connect, .. .
73
- - Updating the profile, email, changing the password, un/linking with social sign-in providers, .. .
70
+ - Self-service flows are everything users do on their own / without the help of others:
71
+ - Registration with passwords, social sign-in, OpenID Connect, passkeys, and more .
72
+ - Login with passwords, social sign-in, OpenID Connect, passkeys, and more .
73
+ - Updating the profile, email, changing the password, un/linking with social sign-in providers, and more .
74
74
- Recovering the account by resetting the password.
75
- - Verifying email addresses, phone numbers,.. .
75
+ - Verifying email addresses, phone numbers, and more .
76
76
- Multi-factor authentication flows and recovery processes.
77
- - ** Administrative identity management** to get, create, update, and delete identities (users) and their data.
78
- - ** Headless APIs and data models** allow you to fully customize Identity Schemas (for example adding fields like first name,
79
- accept tos, shipping address, gender, ...) and create your login, registration, profile settings, recovery, and verification
80
- screen using SDKs and REST APIs.
77
+ - Administrative identity management to get, create, update, and delete identities and their data.
78
+ - Headless APIs and data models allow you to fully customize Identity Schemas - for example adding fields like name, accept ToS,
79
+ phone number - and create your login, registration, profile settings, recovery, and verification screen using SDKs and REST
80
+ APIs.
81
+ - SCIM support for automated user provisioning and deprovisioning with supported identity providers.
81
82
82
83
### Permissions and relationships
83
84
84
85
Ory Network incorporates the open-source [ Ory Keto Permission Server] ( https://www.ory.sh/keto ) and offers:
85
86
86
- - ** Permission management** to get, create, update, and delete permissions.
87
- - ** Permission checking** to check if a user has a permission.
87
+ - Permission management to get, create, update, and delete permissions.
88
+ - Permission checking to check if a user has a permission.
88
89
89
90
### OAuth2 and OIDC
90
91
91
92
Ory Network incorporates the open-source [ Ory Hydra OAuth2 & OpenID Server] ( https://www.ory.sh/hydra ) and offers:
92
93
93
- - ** Fully featured OAuth2 & [ OpenID Certified] ( https://openid.net/developers/certified/ ) ® OIDC Provider**
94
+ - Fully featured OAuth2 & [ OpenID Certified] ( https://openid.net/developers/certified/ ) ® OIDC Provider
95
+
96
+ ### SAML
97
+
98
+ Ory Network incorporates the open-source [ Ory Polis] ( https://www.ory.sh/polis ) and offers:
99
+
100
+ - Enterprise SSO integration with SAML identity providers such as Okta, Azure AD, and Google Workspace.
101
+ - Simplified SSO flow by implementing SSO as a standard OAuth 2.0 flow, abstracting away the complexities of SAML.
102
+ - Act as a SAML Identity Provider (IdP).
94
103
95
104
### Ory Console
96
105
@@ -118,18 +127,3 @@ in the world. Ory is not another company "greenwashing" with open source by publ
118
127
all Ory core systems are available as Apache 2.0 licensed software without enterprise or open-core models.
119
128
120
129
Head over to the [ Ory Open Source Overview] ( ./open-source.mdx ) for an introduction to the different projects.
121
-
122
- ### Is open source taking a back seat?
123
-
124
- ** No!**
125
-
126
- Ory Network is the commercial offering which generates revenue to sustain high quality development and add more features to Ory
127
- Open Source. The value proposition and vision for Ory Network is to incorporate and advance the open-source ecosystem and add
128
- additional services which aren't possible to open source (for example analytics, SLAs, SRE, low-latency).
129
-
130
- The Ory Network and Ory Open Source software are interlinked. Ory Network is using the [ Ory Open Source] ( https://github.com/ory/ )
131
- code base, APIs, features, and configurations to provide services. Ory Network features modifications to better support the custom
132
- multi-tenant environment and operational (SRE) mode.
133
-
134
- In the future, Ory will continue to increase its open-source footprint. and make the projects easier to modify, use, access, and
135
- distribute. The biggest impact Ory Network will have is that it will accelerate and sustain the development of Ory Open Source.
0 commit comments