Skip to content

Commit 0bcfb99

Browse files
authored
Update custom-policy-developer-notes.md
Adding authorisation flows
1 parent 7868714 commit 0bcfb99

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

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

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,21 @@ Developers consuming the custom policy feature set should adhere to the followin
5555

5656
Custom policy/Identity Experience Framework capabilities are under constant and rapid development. The following table is an index of features and component availability.
5757

58-
### Identity providers
58+
59+
### Protocols and authorization flows
60+
61+
| Feature | Development | Preview | GA | Notes |
62+
|-------- | :-----------: | :-------: | :--: | ----- |
63+
| [OAuth2 authorization code](authorization-code-flow.md) | | | X | |
64+
| OAuth2 authorization code with PKCE | | | X | Mobile applicaions only |
65+
| [OAuth2 implicit flow](implicit-flow-single-page-application.md) | | | X | |
66+
| [OAuth2 resource owner password credentials](ropc-custom?tabs=applications.md) | | X | | |
67+
| [OIDC Connect](openid-connect.md) | | | X | |
68+
| [SAML2](connect-with-saml-service-providers.md) | |X | | POST and Redirect bindings. |
69+
| OAuth1 | | | | Not supported. |
70+
| WSFED | X | | | |
71+
72+
### Identify providers federation
5973

6074
| Feature | Development | Preview | GA | Notes |
6175
|-------- | :-----------: | :-------: | :--: | ----- |
@@ -65,15 +79,6 @@ Custom policy/Identity Experience Framework capabilities are under constant and
6579
| [SAML2](saml-technical-profile.md) | | | X | For example, Salesforce, ADFS. |
6680
| WSFED| X | | | |
6781

68-
### Relying party applications
69-
70-
| Feature | Development | Preview | GA | Notes |
71-
|-------- | :-----------: | :-------: | :--: | ----- |
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 | | | |
7782

7883
### REST API integration
7984

@@ -83,7 +88,7 @@ Custom policy/Identity Experience Framework capabilities are under constant and
8388
| [REST API with client certificate auth](secure-rest-api.md#https-client-certificate-authentication) | | | X | |
8489
| [REST API with OAuth2 bearer auth](secure-rest-api.md#oauth2-bearer-authentication) | | X | | |
8590

86-
### Component Support
91+
### Component support
8792

8893
| Feature | Development | Preview | GA | Notes |
8994
| ------- | :-----------: | :-------: | :--: | ----- |

0 commit comments

Comments
 (0)