Skip to content

Commit d94b2cc

Browse files
committed
Reformat list
1 parent a2f251e commit d94b2cc

File tree

1 file changed

+2
-1
lines changed
  • content/en/docs/appstore/use-content/platform-supported-content/modules

1 file changed

+2
-1
lines changed

content/en/docs/appstore/use-content/platform-supported-content/modules/oidc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ If you are just delegating authentication for your app to the IdP you will not n
778778
If you want to use the information in an access token which is a JWT, you need to parse the access token in a microflow. For example, you may want to assign user roles in your app based on the contents of the access token JWT.
779779

780780
* The OIDC module provides you with default microflows for parsing access tokens from the following IdPs:
781+
781782
* Siemens SAM – in this case the `sws.samauth.role.name` claim is interpreted — for example:
782783

783784
```json
@@ -794,7 +795,7 @@ If you want to use the information in an access token which is a JWT, you need t
794795
]
795796
```
796797

797-
* If you are using another IdP or want to use a different claim, you can create a custom microflow to parse the access token.
798+
If you are using another IdP or want to use a different claim, you can create a custom microflow to parse the access token.
798799

799800
To parse access tokens, you need to do the following:
800801

0 commit comments

Comments
 (0)