Skip to content

Commit f44c8bc

Browse files
committed
feat: publish agama-openid project
1 parent ebebfde commit f44c8bc

File tree

3 files changed

+614
-1
lines changed

3 files changed

+614
-1
lines changed

code/io.jans.inbound.openid.flow

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// OpenId-based inbound identity flow
2+
Flow io.jans.inbound.openid
3+
Basepath ""
4+
Configs conf
5+
obj = Trigger io.jans.inbound.oauth2.AuthzCodeWithUserInfo conf.oidc
6+
When obj.success is true
7+
obj.data = obj.data.profile
8+
uid = Call io.jans.inbound.UserOnboardHelper#exec conf.uidPrefix obj.data
9+
Finish uid
10+
Finish obj

0 commit comments

Comments
 (0)