@@ -59,21 +59,21 @@ Custom policy/Identity Experience Framework capabilities are under constant and
59
59
60
60
| Feature | Development | Preview | GA | Notes |
61
61
| -------- | :-----------: | :-------: | :--: | ----- |
62
- | [ OpenIDConnect ] ( openid-connect-technical-profile.md ) | | | X | For example, Google+. |
63
- | [ OAUTH2 ] ( oauth2-technical-profile.md ) | | | X | For example, Facebook. |
64
- | [ OAUTH1 ] ( oauth1-technical-profile.md ) | | X | | For example, Twitter. |
62
+ | [ OpenID Connect ] ( openid-connect-technical-profile.md ) | | | X | For example, Google+. |
63
+ | [ OAuth2 ] ( oauth2-technical-profile.md ) | | | X | For example, Facebook. |
64
+ | [ OAuth1 ] ( oauth1-technical-profile.md ) | | X | | For example, Twitter. |
65
65
| [ SAML2] ( saml-technical-profile.md ) | | | X | For example, Salesforce, ADFS. |
66
66
| WSFED identity Provider| X | | | |
67
67
68
68
### Relying party applications
69
69
70
70
| Feature | Development | Preview | GA | Notes |
71
71
| -------- | :-----------: | :-------: | :--: | ----- |
72
- | OAUTH1 relying party | | | | Not supported. |
73
- | OAUTH2 relying party | | | X | |
74
- | OIDC relying party | | | X | |
75
- | Relying Party SAML | | X | | |
76
- | Relying Party WSFED | X | | | |
72
+ | OAuth1 | | | | Not supported. |
73
+ | [ OAuth2 ] ( add-web-application.md ) | | | X | |
74
+ | [ OIDC Connect ] ( tutorial-register-applications.md ) | | | X | |
75
+ | [ SAML2 ] ( connect-with-saml-service-providers.md ) | | X | | |
76
+ | WSFED | X | | | |
77
77
78
78
### REST API integration
79
79
@@ -87,41 +87,35 @@ Custom policy/Identity Experience Framework capabilities are under constant and
87
87
88
88
| Feature | Development | Preview | GA | Notes |
89
89
| ------- | :-----------: | :-------: | :--: | ----- |
90
- | [ Phone factor Authentication ] ( phone-factor-technical-profile.md ) | | | X | |
91
- | [ Azure MFA Authentication ] ( multi-factor-auth-technical-profile.md ) | | X | | |
90
+ | [ Phone factor authentication ] ( phone-factor-technical-profile.md ) | | | X | |
91
+ | [ Azure MFA authentication ] ( multi-factor-auth-technical-profile.md ) | | X | | |
92
92
| [ Azure Active Directory] ( active-directory-technical-profile.md ) as local directory | | | X | |
93
93
| [ One-time password] ( one-time-password-technical-profile.md ) | | X | | |
94
94
| Azure Email subsystem for email verification | | | X | |
95
95
| [ Multi-language support] ( localization.md ) | | | X | |
96
- | [ Predicate Validations ] ( predicates.md ) | | | X | For example, password complexity. |
96
+ | [ Predicate validations ] ( predicates.md ) | | | X | For example, password complexity. |
97
97
| Using [ third party email service providers] ( custom-email.md ) | | X | | |
98
98
| [ Display controls] ( display-controls.md ) | | X | | |
99
99
100
100
101
- ### Content Definition
101
+ ### Page layout versions
102
102
103
103
| Feature | Development | Preview | GA | Notes |
104
104
| ------- | :-----------: | :-------: | :--: | ----- |
105
- | Error page, api.error | | | X | |
106
- | IDP selection page, api.idpselections | | | X | |
107
- | IDP selection for signup, api.idpselections.signup | | | X | |
108
- | Forgot Password, api.localaccountpasswordreset | | | X | |
109
- | Local Account Sign-in, api.localaccountsignin | | | X | |
110
- | Local Account Sign-up, api.localaccountsignup | | | X | |
111
- | MFA page, api.phonefactor | | | X | |
112
- | Self-asserted social account sign-up, api.selfasserted | | | X | |
113
- | Self-asserted profile update, api.selfasserted.profileupdate | | | X | |
114
- | Unified signup or sign-in page, api.signuporsignin, with parameter "disableSignup" | | | X | |
115
- | JavaScript / Page layout | | X | | |
105
+ | [ 2.0.0] ( page-layout.md#200 ) | | X | | |
106
+ | [ 1.2.0] ( page-layout.md#120 ) | | X | | |
107
+ | [ 1.1.0] ( page-layout.md#110 ) | | | X | |
108
+ | [ 1.0.0] ( page-layout.md#100 ) | | | X | |
109
+ | [ JavaScript support] ( javascript-samples.md ) | | X | | |
116
110
117
111
### App-IEF integration
118
112
119
113
| Feature | Development | Preview | GA | Notes |
120
114
| ------- | :-----------: | :-------: | :--: | ----- |
121
- | Query string parameter domain_hint | | | X | Available as claim, can be passed to IDP. |
122
- | Query string parameter login_hint | | | X | Available as claim, can be passed to IDP. |
123
- | Insert JSON into UserJourney via client_assertion | X | | | Will be deprecated. |
124
- | Insert JSON into UserJourney as id_token_hint | | X | | Go-forward approach to pass JSON. |
115
+ | Query string parameter ` domain_hint ` | | | X | Available as claim, can be passed to IDP. |
116
+ | Query string parameter ` login_hint ` | | | X | Available as claim, can be passed to IDP. |
117
+ | Insert JSON into user journey via ` client_assertion ` | X | | | Will be deprecated. |
118
+ | Insert JSON into user journey as ` id_token_hint ` | | X | | Go-forward approach to pass JSON. |
125
119
| [ Pass identity provider token to the application] ( idp-pass-through-custom.md ) | | X | | For example, from Facebook to app. |
126
120
127
121
### Session Management
0 commit comments