Skip to content

Commit 9095052

Browse files
authored
Update custom-policy-developer-notes.md
Page layout versions
1 parent 2b46006 commit 9095052

File tree

1 file changed

+21
-27
lines changed

1 file changed

+21
-27
lines changed

articles/active-directory-b2c/custom-policy-developer-notes.md

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,21 @@ Custom policy/Identity Experience Framework capabilities are under constant and
5959

6060
| Feature | Development | Preview | GA | Notes |
6161
|-------- | :-----------: | :-------: | :--: | ----- |
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. |
6565
| [SAML2](saml-technical-profile.md) | | | X | For example, Salesforce, ADFS. |
6666
| WSFED identity Provider| X | | | |
6767

6868
### Relying party applications
6969

7070
| Feature | Development | Preview | GA | Notes |
7171
|-------- | :-----------: | :-------: | :--: | ----- |
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 | | | |
7777

7878
### REST API integration
7979

@@ -87,41 +87,35 @@ Custom policy/Identity Experience Framework capabilities are under constant and
8787

8888
| Feature | Development | Preview | GA | Notes |
8989
| ------- | :-----------: | :-------: | :--: | ----- |
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 | | |
9292
| [Azure Active Directory](active-directory-technical-profile.md) as local directory | | | X | |
9393
| [One-time password](one-time-password-technical-profile.md) | | X | | |
9494
| Azure Email subsystem for email verification | | | X | |
9595
| [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. |
9797
| Using [third party email service providers](custom-email.md) | |X | | |
9898
| [Display controls](display-controls.md) | |X | | |
9999

100100

101-
### Content Definition
101+
### Page layout versions
102102

103103
| Feature | Development | Preview | GA | Notes |
104104
| ------- | :-----------: | :-------: | :--: | ----- |
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 | | |
116110

117111
### App-IEF integration
118112

119113
| Feature | Development | Preview | GA | Notes |
120114
| ------- | :-----------: | :-------: | :--: | ----- |
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. |
125119
| [Pass identity provider token to the application](idp-pass-through-custom.md) | | X | | For example, from Facebook to app. |
126120

127121
### Session Management

0 commit comments

Comments
 (0)